perm filename EXERAR[1,RWF] blob sn#730328 filedate 1983-11-04 generic text, type C, neo UTF8
COMMENT āŠ—   VALID 00002 PAGES
C REC  PAGE   DESCRIPTION
C00001 00001
C00002 00002	CS106							Handout #20
C00004 ENDMK
CāŠ—;
CS106							Handout #20
Prof. Floyd	
Autumn 83-84						Due date: Wed, Nov 9

Do again the wolves-and-rabbits computation.  This time, the output should
graph W (vertical) against R (horizontal).  Time is not shown.  Use the
revised equations and starting conditions:

	Initial R = 0.5
	Initial W = 0.25
	dR/R = 0.1(1 - 0.2 R - 2W)
	dW/W = 0.1(2R - 1)

Observe relevant rules of good programming practice.  Use an overlaid grid, as in
the previous W&R problem; the detailed design of the output format is up to you.

Option, no extra credit: graph several solutions, using different initial 
conditions, on the same graph; label them A, B, C, etc.